home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / EOF2.0_PDO4.0_Example / Makefile.preamble-solaris-sybase < prev    next >
Makefile  |  1996-03-28  |  255b  |  21 lines

  1. #
  2. # Sybase Setup for solaris
  3. #
  4.  
  5. FRAMEWORKS += Sybase
  6.  
  7. #
  8. # Client library location
  9. #
  10. SYBASE_HOME = /opt/sybase
  11.  
  12. #
  13. # Path for the libs
  14. #
  15. OTHER_LDFLAGS += -L$(SYBASE_HOME)/lib
  16.  
  17. #
  18. # Libraries used
  19. #
  20. OTHER_LIBS += -lct -lcs -lcomn -ltcl -ltli -lnsl -lintl -lm
  21.